home *** CD-ROM | disk | FTP | other *** search
- //-------------------------------------------------------------------------
- // vclmin.h - includes min hdr files needed for a blank form and a button
- //
- // $Revision: 1.1.4.1 $
- // Copyright (c) 1997, 1998 Borland International
- //-------------------------------------------------------------------------
- #ifndef VCLMIN_H
- #define VCLMIN_H
-
- // Instruct VCL.H to not include Database related headers
- //
- #if !defined(NO_VCLDB_HEADERS)
- #define NO_VCLDB_HEADERS
- #endif
-
- #include <vcl0.h>
-
- #endif // VCLMIN_H
-